Skip to content

Conversation

@jas14
Copy link
Collaborator

@jas14 jas14 commented Oct 24, 2025

Fixes #160.

Per investigation detailed on that issue, the default object inspection tree builder recursively works through all ActionDispatch::Request instance variables. This includes env, which can have enormous values, including and especially the app's entire route set.

Since the Rails code itself customizes inspection for this class, we'll do the same here.

@jas14 jas14 force-pushed the 160-action-dispatch branch from 86c0593 to 1f586c6 Compare October 24, 2025 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RSpec hanging when matching on http response

1 participant